ASP.NET MVC コントロールヘルプ
KeyActionTab メソッド

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : KeyActionTab メソッド
値。
Configurates C1.Web.Mvc.FlexGridBase<T>.KeyActionTab. Sets the action to perform when the TAB key is pressed.
シンタックス
'宣言
 
Public Overridable Function KeyActionTab( _
   ByVal value As KeyAction _
) As TBuilder
public virtual TBuilder KeyActionTab( 
   KeyAction value
)

パラメータ

value
値。

戻り値の型

現在のビルダ。
解説
The default setting for this property is C1.Web.Mvc.Grid.KeyAction.None, which causes the browser to select the next or previous controls on the page when the TAB key is pressed. This is the recommended setting to improve page accessibility. In previous versions, the default was set to C1.Web.Mvc.Grid.KeyAction.Cycle, which caused the control to move the selection across and down he grid. This is the standard Excel behavior, but is not good for accessibility.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ